home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MEDICAL / H301.ZIP / DENTL-C4.EXE / DENTIST.ACS / DOS5.TXT < prev    next >
Text File  |  1992-03-14  |  3KB  |  55 lines

  1.  
  2.             Additional usage issues for MS-DOS [TM] 5.0 users:
  3.  
  4. The various backup procedures referenced within this program recommend 
  5. that, as you rotate back and forth between backup masters, you reformat the 
  6. current disk used for backup.  
  7.  
  8. In versions of DOS prior to MS-DOS [TM] 5.0, a 'FORMAT A:' command would 
  9. reformat every byte on the floppy disk, thereby providing a magnetically 
  10. fresh surface for your current backup master.  MS-DOS [TM] 5.0, however, 
  11. performs a 'safe format'.  While overwriting the root directory area and 
  12. the File Allocation Table (FAT), MS-DOS [TM] 5.0 does not write over the 
  13. data area.  The format command in version of DOS prior to MS-DOS [TM] 5.0 
  14. will overwrite the root directory area, the FAT, and all of the data areas 
  15. on the disk.
  16.  
  17. The intent of the 'safe format' is to give you the option of using the 
  18. 'UNFORMAT' command of MS-DOS [TM] 5.0, should you accidentally format a 
  19. disk.  Though laudable in intent, the 'safe format' feature of MS-DOS [TM] 
  20. 5.0 is disastrous when used on backup masters.  The physical media on your 
  21. floppies is an excellent medium for backing up your data files, as long as 
  22. you perform a true format against those floppies.  On average, about 80% of 
  23. the read/write problems my customers have is magnetic, not physical.  Once 
  24. reformatted, the magnetic oxide particles on the backup floppies are 
  25. realigned and are as good as new.
  26.  
  27. To perform an Unconditional format in MS-DOS [TM] 5.0, you enter this 
  28. command:
  29.                                FORMAT A: /U   
  30.  
  31. To perform a Safe format(the default in MS-DOS [TM] 5.0), you enter:
  32.  
  33.                                  FORMAT A: 
  34.  
  35. For a Quick format, you would enter:
  36.  
  37.                                FORMAT A: /Q   
  38.  
  39. Restated, the Safe Format and the Quick Format options in MS-DOS [TM] 5.0 
  40. do not perform an actual disk format.  They only mark the disk space as 
  41. available for file storage.  When used for backup masters for your data, 
  42. please use the Unconditional format method.
  43.  
  44.             Additional format issues for DR DOS [TM] 6.0 users:
  45.  
  46. The preceding discussion applies to DR DOS [TM] also.  Though it does not 
  47. have a Quick option, it too provides 2 levels of format to allow for the 
  48. use of their UNFORMAT.  To perform an Unconditional format in DR DOS [TM] 
  49. 6.0, you would enter this command:
  50.                                FORMAT A: /U   
  51.  
  52. MS-DOS [TM] is a registered trademark of Microsoft Corporation.
  53. DR DOS [TM] is a registered trademark of Digital Research, Inc.
  54.  
  55.